Skip to content

chore(deps): update all dependencies#43

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all
Open

chore(deps): update all dependencies#43
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Nov 7, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action major v5v6 age confidence
actions/configure-pages action major v5v6 age confidence
actions/deploy-pages action major v4v5 age confidence
actions/setup-node action major v5v6 age confidence
com.eed3si9n:sbt-assembly plugin patch 2.3.02.3.1 age confidence
com.github.plokhotnyuk.jsoniter-scala:jsoniter-scala-core Test minor 2.31.12.38.9 age confidence
com.github.plokhotnyuk.jsoniter-scala:jsoniter-scala-core minor 2.31.12.38.9 age confidence
com.github.plokhotnyuk.jsoniter-scala:jsoniter-scala-macros Test minor 2.31.12.38.9 age confidence
com.github.plokhotnyuk.jsoniter-scala:jsoniter-scala-macros minor 2.31.12.38.9 age confidence
com.lihaoyi:mainargs Test patch 0.7.60.7.8 age confidence
com.lihaoyi:mainargs patch 0.7.60.7.8 age confidence
com.lihaoyi:os-lib Test patch 0.11.30.11.8 age confidence
com.lihaoyi:os-lib patch 0.11.30.11.8 age confidence
com.lihaoyi:pprint Test patch 0.9.00.9.6 age confidence
com.lihaoyi:pprint patch 0.9.00.9.6 age confidence
com.lihaoyi:requests Test patch 0.9.00.9.3 age confidence
com.lihaoyi:requests patch 0.9.00.9.3 age confidence
com.softwaremill.magnolia1_3:magnolia (source) patch 1.3.71.3.18 age confidence
io.github.iltotore:iron Test major 2.6.03.3.0 age confidence
io.github.iltotore:iron major 2.6.03.3.0 age confidence
io.github.iltotore:iron-jsoniter Test major 2.6.03.3.0 age confidence
io.github.iltotore:iron-jsoniter major 2.6.03.3.0 age confidence
io.github.iltotore:iron-scalacheck Test major 2.6.03.3.0 age confidence
node uses-with major 1824 age confidence
org.scalacheck:scalacheck (source) Test minor 1.18.11.19.0 age confidence
org.scalameta:sbt-native-image plugin minor 0.3.40.4.0 age confidence
org.scalatest:scalatest (source) Test patch 3.2.193.2.20 age confidence
sbt/sbt minor 1.10.41.12.8 age confidence
scala (source) minor 3.6.13.8.3 age confidence
scalafmt minor 3.7.143.10.7 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

actions/checkout (actions/checkout)

v6

Compare Source

actions/configure-pages (actions/configure-pages)

v6

Compare Source

actions/deploy-pages (actions/deploy-pages)

v5

Compare Source

actions/setup-node (actions/setup-node)

v6

Compare Source

sbt/sbt-assembly (com.eed3si9n:sbt-assembly)

v2.3.1: 2.3.1

Compare Source

sbt-assembly 2.3.1 is cross published to:

sbt Version Published
1.x
2.x

Note: Shading on sbt 2.x requires setting exportJars := false.

sbt 2.x migration

updates

behind the scene

new contributors

Full Changelog: sbt/sbt-assembly@v2.3.0...v2.3.1

plokhotnyuk/jsoniter-scala (com.github.plokhotnyuk.jsoniter-scala:jsoniter-scala-core)

v2.38.9

Compare Source

  • Fix throwing unexpected ArithmeticException when decoding whole numbers by circe codecs
  • Update Scala.js to 1.20.2
  • Update ScalaNative to 0.5.10

All changes plokhotnyuk/jsoniter-scala@v2.38.8...v2.38.9

v2.38.8

Compare Source

  • Codec derivation support for custom collection that implements a Scala collection (all credits to @​rolang)

All changes plokhotnyuk/jsoniter-scala@v2.38.7...v2.38.8

v2.38.7

Compare Source

  • Fix codec derivation using Scala 2 for generic ADT with free type parameters for cases
  • Fix sub-type ordering for ADTs with Scala 2 to use position-based comparison where possible

All changes plokhotnyuk/jsoniter-scala@v2.38.6...v2.38.7

v2.38.6

Compare Source

  • Fix missing in.resetMark() to prevent unexpected growing of internal buffers when parsing ADT cases with field discriminators and custom codecs which redefine default nullValue implementation from java.io.InputStream and java.nio.DirectByteBuffer
  • More efficient writing of doubles and floats with the xjb algorithm (faster up to 25% on JVM and up to 45% on JS platforms)
  • Update Scala 2.12 to 2.12.21

All changes plokhotnyuk/jsoniter-scala@v2.38.5...v2.38.6

v2.38.5

Compare Source

  • Fix unexpected java.lang.ArrayIndexOutOfBoundsException when writing java.time.ZonedDateTime values to java.nio.DirectByteBuffer or java.io.OutputStream using an internal buffer of small size
  • Fix unexpected growing of internal buffers up to max size when parsing from java.io.InputStream and java.nio.DirectByteBuffer
  • Update Scala 2.13 to 2.13.18

All changes plokhotnyuk/jsoniter-scala@v2.38.4...v2.38.5

v2.38.4

Compare Source

  • Fix redundant re-allocations of internal buffers when parsing from java.io.InputStream and java.nio.DirectByteBuffer (credits to @​svalaskevicius for identifying and resolving the issue)
  • Update Scala Native to 0.5.9
  • Update Scala 3 to 3.3.7

All changes plokhotnyuk/jsoniter-scala@v2.38.3...v2.38.4

v2.38.3

Compare Source

  • Clean up compilation error message at attempt to derive codec for class that has a transient field without default value
  • More efficient codec derivation
  • Update Scala 2.13 to 2.13.17
  • Update circe-core to 0.14.15 for the Circe booster

All changes plokhotnyuk/jsoniter-scala@v2.38.2...v2.38.3

v2.38.2

Compare Source

  • Restore support of -Yexplicit-nulls option of Scala 3 compiler for String and ::[?] values (regression since v2.38.0)
  • More efficient codec derivation with Scala 3

All changes plokhotnyuk/jsoniter-scala@v2.38.1...v2.38.2

v2.38.1

Compare Source

  • Fix error message in case of failed summoning of Ordering
  • Add support of type references, that allows codec derivation for recursive tuple types with Scala 3.7+
  • More efficient codec derivation with Scala 3

All changes plokhotnyuk/jsoniter-scala@v2.38.0...v2.38.1

v2.38.0

Compare Source

  • More efficient codec derivation

All changes plokhotnyuk/jsoniter-scala@v2.37.11...v2.38.0

v2.37.11

Compare Source

  • More efficient derivation of codecs

All changes plokhotnyuk/jsoniter-scala@v2.37.10...v2.37.11

v2.37.10

Compare Source

  • Fix regression of inability to get class field annotations with Scala 2 macros that was introduced in v2.37.9

All changes plokhotnyuk/jsoniter-scala@v2.37.9...v2.37.10

v2.37.9

Compare Source

  • Add codec generation for simple opaque types
  • More efficient derivation of codecs
  • More efficient writing of doubles with Scala.js
  • Update Scala.js to 1.20.1

All changes plokhotnyuk/jsoniter-scala@v2.37.8...v2.37.9

v2.37.8

Compare Source

  • Fix slowdown for parsing of immutable maps with size greater than 4 that was introduces in the previous release

All changes plokhotnyuk/jsoniter-scala@v2.37.7...v2.37.8

v2.37.7

Compare Source

  • More efficient parsing of Scala 3 tuples with arity greater than 22
  • More efficient codec derivation for generic and named tuples

All changes plokhotnyuk/jsoniter-scala@v2.37.6...v2.37.7

v2.37.6

Compare Source

  • More efficient parsing and serialization of Scala 3 generic tuples

All changes plokhotnyuk/jsoniter-scala@v2.37.5...v2.37.6

v2.37.5

Compare Source

  • Add missing dealiasing when deriving codecs for generic and named tuples
  • More efficient serialization of named tuples
  • Derivation of more efficient constructors for named tuples

All changes plokhotnyuk/jsoniter-scala@v2.37.4...v2.37.5

v2.37.4

Compare Source

  • Fix support of empty generic and named tuples
  • Fix support of generic and named tuples for the remaining complex cases

All changes plokhotnyuk/jsoniter-scala@v2.37.3...v2.37.4

v2.37.3

Compare Source

  • Fix support of named tuples for different combination of tuple kinds (special cases or XXL one) when defining names and value types

All changes plokhotnyuk/jsoniter-scala@v2.37.2...v2.37.3

v2.37.2

Compare Source

  • Add support of named tuples while staying on Scala LTS

All changes plokhotnyuk/jsoniter-scala@v2.37.1...v2.37.2

v2.37.1

Compare Source

  • Add support of Scala 3 generic tuples and tuples with arities greater than 22
  • Fix error message during codec derivation

All changes plokhotnyuk/jsoniter-scala@v2.37.0...v2.37.1

v2.37.0

Compare Source

  • Add transientNull compile-time option for Scala 3 union types with Null values
  • More efficient branch-less sign serialization of time-zone offsets and BigDecimal exponents for JVMs and Scala Native

All changes plokhotnyuk/jsoniter-scala@v2.36.7...v2.37.0

v2.36.7

Compare Source

  • Fix JsonCodecMaker.makeOpenapiLike derivation configuration for Scala 3 to be compatible with related one for Scala 2.

All changes plokhotnyuk/jsoniter-scala@v2.36.6...v2.36.7

v2.36.6

Compare Source

  • Add missing support of arrays with opaque type values for Scala 3
  • Fix redundant '$' character in the end of ADT leaf class names for non-singleton case object types for Scala 3
  • Fix misprint in a compile error for Scala 3

All changes plokhotnyuk/jsoniter-scala@v2.36.5...v2.36.6

v2.36.5

Compare Source

  • Fix unexpected instantiation of new values of case object classes when using Scala 3 derives for codec derivation
  • Reduce size of generated code when using CodecMakerConfig.withEncodingOnly(true)
  • More efficient parsing of small JSON arrays to Vector and IndexSeq collections

All changes plokhotnyuk/jsoniter-scala@v2.36.4...v2.36.5

v2.36.4

Compare Source

  • Fix serialization of -0.0 values for doubles and floats
  • More efficient parsing of small BigInt and BigDecimal values using Scala.js

All changes plokhotnyuk/jsoniter-scala@v2.36.3...v2.36.4

v2.36.3

Compare Source

  • Fix performance regression in parsing and serialization of floating point numbers, BigInt, and java.time.* values using Scala Native that was introduced in a quick fix for v2.33.2
  • Updated Scala Native to 0.5.8

All changes plokhotnyuk/jsoniter-scala@v2.36.2...v2.36.3

v2.36.2

Compare Source

  • Fix #​1285 by adding missing support of the @named annotation for terms of Scala 3 enumerations
  • Fix names for terms of Scala 3 enumerations used by ADT leaf class name mapper to be full names

All changes plokhotnyuk/jsoniter-scala@v2.36.1...v2.36.2

v2.36.1

Compare Source

  • Add Scala 3 macros: makeOpenapiLike and makeOpenapiLikeWithoutDiscriminator

All changes plokhotnyuk/jsoniter-scala@v2.36.0...v2.36.1

v2.36.0

Compare Source

  • Add Scala 2 macros: makeOpenapiLike and makeOpenapiLikeWithoutDiscriminator

All changes plokhotnyuk/jsoniter-scala@v2.35.3...v2.36.0

v2.35.3

Compare Source

  • Fix #​1274 by allowing usage of regular and nested options of the same type
  • Faster derivation of codecs for product types
  • Update Scala 3 to 3.3.6

All changes plokhotnyuk/jsoniter-scala@v2.35.2...v2.35.3

v2.35.2

Compare Source

  • Fix compile-time error messages in case of missing type arguments when using opaque types with bounds
  • Fix codec generation for Scala 2 to preserve checksum and maximize hit rates of remote caching for build tools

All changes plokhotnyuk/jsoniter-scala@v2.35.1...v2.35.2

v2.35.1

Compare Source

  • Fix of missing application of field mapper when some other supported annotation is used except @named
  • Fix misprint in ScalaDocs
  • Faster derivation of product types
  • Update Scala.js to 1.19.0
  • Update circe-core, circe-parser for jsoniter-scala-circe to 0.14.13

All changes plokhotnyuk/jsoniter-scala@v2.35.0...v2.35.1

v2.35.0

Compare Source

  • Add JsonReader.resetMark()

All changes plokhotnyuk/jsoniter-scala@v2.34.1...v2.35.0

v2.34.1

Compare Source

  • Fix codec generation to preserve checksum and maximize hit rates of remote caching for build tools

All changes plokhotnyuk/jsoniter-scala@v2.34.0...v2.34.1

v2.34.0

Compare Source

  • Add JsonCodecMaker.makeWithSkipNestedOptionValues

All changes plokhotnyuk/jsoniter-scala@v2.33.3...v2.34.0

v2.33.3

Compare Source

  • Fix missing support of ADTs that has case classes with multiple parameter lists when using Scala 3
  • Update Scala Native to 0.5.7

All changes plokhotnyuk/jsoniter-scala@v2.33.2...v2.33.3

v2.33.2

Compare Source

  • Fix unexpected runtime exceptions with Scala Native on Windows

All changes plokhotnyuk/jsoniter-scala@v2.33.1...v2.33.2

v2.33.1

Compare Source

  • Fix unwanted trimming of white-spaces for backtiked field names in Scala 2 macros
  • Update Scala 3 to 3.3.5
  • Update Scala 2.13 to 2.13.16
  • Update Scala.js to 1.18.2

All changes plokhotnyuk/jsoniter-scala@v2.33.0...v2.33.1

v2.33.0

Compare Source

  • Fix writing of numeric timestamps with negative epochSecond values
  • Add support for writing numeric timestamps as JSON keys
  • Add missing full package prefixes from _root_ when generating codecs by Scala 2 macros
  • Faster codec generation when using make with CodecMakerConfig parameter for Scala 3

All changes plokhotnyuk/jsoniter-scala@v2.32.0...v2.33.0

v2.32.0

Compare Source

  • Add an ability to write timestamps represented by pair of epochSecond and nano values in a numeric format
  • Faster codec derivation with CodecMakerConfig parameter for Scala 3
  • Add missing full package prefixes when generating codecs by Scala 2 macros

All changes plokhotnyuk/jsoniter-scala@v2.31.3...v2.32.0

v2.31.3

Compare Source

  • Fix a regression introduced in v2.31.2 of the jsoniter-scala-circe's decoder for Long when decoding from io.circe.JsonBigDecimal values

All changes plokhotnyuk/jsoniter-scala@v2.31.2...v2.31.3

v2.31.2

Compare Source

  • Fix performance regression of v2.31.0 in failing when decoding of too big io.circe.JNumber values using jsoniter-scala-circe's codecs for numbers

All changes plokhotnyuk/jsoniter-scala@v2.31.1...v2.31.2

com-lihaoyi/mainargs (com.lihaoyi:mainargs)

v0.7.8

Compare Source

v0.7.7

Compare Source

com-lihaoyi/os-lib (com.lihaoyi:os-lib)

v0.11.8

Compare Source

v0.11.7

Compare Source

v0.11.6

Compare Source

Merged Pull Requests since 0.11.5
New Contributors

Full Changelog: com-lihaoyi/os-lib@0.11.5...0.11.6

v0.11.5

Compare Source

Merged Pull Requests since 0.11.4
New Contributors

Full Changelog: com-lihaoyi/os-lib@0.11.4...0.11.5

v0.11.4

Compare Source

Merged Pull Requests since 0.11.3
New Contributors

Full Changelog: com-lihaoyi/os-lib@0.11.3...0.11.4

com-lihaoyi/PPrint (com.lihaoyi:pprint)

v0.9.6

Compare Source

v0.9.5

Compare Source

v0.9.4

Compare Source

v0.9.3

Compare Source

v0.9.2

Compare Source

v0.9.1

Compare Source

com-lihaoyi/requests-scala (com.lihaoyi:requests)

v0.9.3

Compare Source

v0.9.2

Compare Source

v0.9.1

Compare Source

Iltotore/iron (io.github.iltotore:iron)

v3.3.0

Compare Source

Introduction

This release brings out-of-the-box support for Chimney and Dynosaur.

Main changes
Chimney support

You can now easily transform data with refined types:

import io.scalaland.chimney.dsl.*

import io.github.iltotore.iron.*
import io.github.iltotore.iron.constraint.all.*
import io.github.iltotore.iron.chimney.given

final case class PositiveInt(i: Int :| Positive)
final case class RawInt(i: Int)

PositiveInt(1).transformInto[RawInt].i // 1

RawInt(-1).transformIntoPartial[PositiveInt].asErrorPathMessageStrings // List((i,Should be strictly positive))

RawInt(100).transformIntoPartial[PositiveInt] // Value(PositiveInt(100))

type PureInt = PureInt.T
object PureInt extends RefinedType[Int, Pure]

final case class PureIntW(i: PureInt)

RawInt(1).transformInto[PureIntW].i.value // 1
Dynosaur support

Dynosaur Schema instances for refined types:

import io.github.iltotore.dynosaur.given
import dynosaur.Schema
import dynosaur.DynamoValue
import io.github.iltotore.iron.*
import io.github.iltotore.iron.constraint.all.*
import software.amazon.awssdk.services.dynamodb.model.AttributeValue as JAttributeValue

import java.util.Map as JMap
import cats.syntax.all.*

import java.util.Map as JMap
import cats.syntax.all.*

// defining a type with IronType
type FirstName = String :| Not[Blank]

// defining a type with RefinedType
type LastName = LastName.T
object LastName extends RefinedType[String, Not[Blank]]

// defining a type with RefinedSubtype
type Age = Age.T
object Age extends RefinedSubtype[Int, Positive]

// defining a case class that represents a decodable/encodable DynamoDB record
final case class Person(firstName: FirstName, lastName: LastName, age: Age)
object Person:
  // defining a Schema[Person] instance of the Person type
  given Schema[Person] =
    Schema.record: r =>
      (
        r("first_name", _.firstName),
        r("last_name", _.lastName),
        r("age", _.age)
      ).mapN(Person.apply)

  val validJDynamoValue: DynamoValue =
    DynamoValue(
      JAttributeValue.fromM(
        JMap.of(
          "first_name",
          JAttributeValue.fromS("iron"),
          "last_name",
          JAttributeValue.fromS("dynosaur"),
          "age",
          JAttributeValue.fromN("1")
        )
      )
    )

  val invalidJDynamoValue: DynamoValue =
    DynamoValue(
      JAttributeValue.fromM(
        JMap.of(
          "first_name",
          JAttributeValue.fromS("iron"),
          "last_name",
          JAttributeValue.fromS("dynosaur"),
          "age",
          JAttributeValue.fromN("0") // 0 does not satisfy Positive constraint
        )
      )
    )

object DynosaurExample extends App:

  println(Schema[Person].read(Person.validJDynamoValue)) // Right(Person(firstName = "iron", lastName = "dynosaur", age = 1))
  println(Schema[Person].read(Person.invalidJDynamoValue)) // Left(ReadError("Should be greater than 0"))
Contributors

Full Changelog: Iltotore/iron@v3.2.3...v3.3.0

v3.2.3

Compare Source

Introduction

This release adds Ciris ConfigReader instances for Map with refined keys.

Contributors

Full Changelog: Iltotore/iron@v3.2.2...v3.2.3

v3.2.2

Compare Source

Introduction

This release introduces a minor bug fix and few other changes:

  • Another fix on RefinedType#apply which now forbids invalid extracted values and also type more precisely (A :| C vs A).
  • Bump Doobie to 1.0.0-RC10 for iron-doobie
  • Bump Doobie to 1.0.0-M12 for iron-skunk
Contributors

v3.2.1

Compare Source

Introduction

This release introduces a minor bug fix and few other changes:

  • Bump Doobie to 1.0.0-RC10 for iron-doobie
  • RefinedType#unapply now behaves as expected (extracted value has type of the base type)
Contributors

Full Changelog: Iltotore/iron@v3.2.0...v3.2.1

v3.2.0

Compare Source

Introduction

This release introduces RefinedSubtype having the behavior of pre-3.0.2 RefinedType:

  • Use RefinedType for fully opaque new types
  • Use RefinedSubtype for new types that are subtypes of their inner type e.g PosInt <: Int

RefinedSubtype also provides RefinedType.Mirror instance and benefits from all existing givens for RefinedType.

import io.github.iltotore.iron.*
import io.github.iltotore.iron.constraint.numeric.Positive
import io.github.iltotore.
import zio.json.*

type PosInt = PosInt.T
object PosInt extends RefinedSubtype[Int, Positive]

val x: PosInt = PosInt(5)
val y: Int = x
val z = "5".fromJson[PosInt]
Minor breaking change

The type of RefinedType.Mirror#ops now is Refined[A, C] (Refined is either a RefinedType or RefinedSubtype) instead of RefinedType[A, C]. They have the exact same methods so the chance any source breaks is minimal and the fix trivial.

Contributors

Full Changelog: Iltotore/iron@v3.1.0...v3.2.0

v3.1.0

Compare Source

Introduction

This release fixes compile-time refinement for supported non-primitive types such as BigInt and adds a Scodec support.

Main changes
Compile-time evaluation for supported non-primitive types now work with union/intersection types

For example, this now compiles:

//or Positive0
val x: BigInt :| (Greater[0] | StrictEqual[0]) = BigInt(5)
Scodec support

You can now derive Scodec's Codecs for Iron types.

Example from the docs:

import io.github.iltotore.iron.*
import io.github.iltotore.iron.constraint.numeric.Positive
import io.github.iltotore.iron.scodec.given
import scodec.*
import scodec.codecs.*

type Temperature = Temperature.T
object Temperature extends RefinedType[Double, Positive]

val tempCodec: Codec[Temperature] = Codec[Temperature]

val temp = Temperature(25.5)
val encoded = tempCodec.encode(temp)
val decoded = encoded.flatMap(tempCodec.decode)
Contributors

Full Changelog: Iltotore/iron@v3.0.4...v3.1.0

v3.0.4

Compare Source

Introduction

This release fixes a bug with new RefinedTypes. New types are supposed to be fully opaque but weren't, preventing features such as adding methods that already existed in the base type. See #​334.

Full Changelog: Iltotore/iron@v3.0.3...v3.0.4

v3.0.3

Compare Source

Introduction

This minor release continues further the de-inlining of unnecessary-inline given instances, including the ZIO-JSON and Cats module as well as Tapir's Iron integration.

Contributors

Full Changelog: Iltotore/iron@v3.0.2...v3.0.3

v3.0.2

Compare Source

Introduction

This release candidate brings back Scala 3.3.x LTS support as well as some bug fixes. The RC process is to make sure nothing broke for Scala 3.7.x+ users and everything works fine for Scala 3.3.x users jumping from Iron 2.6.0. See also Iron 3.x migration.

Main changes
LTS compatibility

This RC is now compatible again with Scala LTS thanks to @​pawelsadlo's work. See #​319.

  • This should not break anything for Scala 3.7.x+ users
  • Making Scala 3.3.x compatible given instances requires one of the four changes mentioned in this PR comment
  • Besides, everything should work for LTS users.
De-inlined given instances

Most of runtime given instances in integration modules (e.g circe, doobie...) are now non-inline and use RuntimeConstraint. This change provides less bytecode repetition, potentially better JIT/JVM-inlining potential and avoids some compile-time issues like false-positives on "unused imports" checking.

Fixed signature of RefinedType#unapply

The extractor method of RefinedType now has the right signature. You can now use RefinedTypes in pattern matching:

val value: Int :| Positive = //5
  User(PosInt(5)) match
    case User(PosInt(x)) => x
def extract(str: String): Option[NonBlank] = str match
  case s"--${NonBlank(str)}--" => Some(str)
  case _ => None

println(extract("----

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm on thursday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/scarisey/pct-compose).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43LjEiLCJ1cGRhdGVkSW5WZXIiOiI0My4xMDIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

@renovate renovate bot changed the title chore(deps): update dependency sbt/sbt to v1.10.5 chore(deps): update all dependencies Nov 8, 2024
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 92fc7f0 to 0630081 Compare November 12, 2024 22:35
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from a6d5ee9 to 913c9ef Compare January 20, 2025 04:32
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 1ef9ccf to ea72adf Compare February 9, 2025 18:08
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 13543ca to e021417 Compare February 17, 2025 16:29
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from c09aa01 to 1c2d885 Compare March 4, 2025 11:57
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 73c3be6 to 7bf353c Compare March 17, 2025 10:13
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from b7fb160 to 0608fc4 Compare March 24, 2025 13:52
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from c99978c to ff84e00 Compare April 17, 2025 23:11
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 7cced80 to 2b7df13 Compare May 30, 2025 01:03
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 20dbd67 to 37bca2b Compare June 2, 2025 15:24
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 308efa7 to 41ddf16 Compare June 9, 2025 20:00
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from fc6ebaa to ff04db1 Compare June 18, 2025 12:36
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 310fac2 to 13425ca Compare June 28, 2025 17:48
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 69d5a2e to ecea089 Compare July 6, 2025 02:12
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 6b0d9b1 to 84dac06 Compare July 29, 2025 23:37
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 2ee0cbf to cc41af4 Compare August 6, 2025 13:31
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 29994cf to ec4979e Compare August 11, 2025 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants